﻿body {
    margin: 0px;
    overflow-x: hidden;
    font-family: "微软雅黑","华文细黑",Microsoft YaHei;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
a:link ,a:visited , a:hover , a:active {
    text-decoration: none !important;
    color: #333;
}
a {
    text-decoration: none !important;
    color: #333;
}
li {
    list-style: none;
}
.row,ul, li {
    margin: 0;
    padding: 0;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
.white{
    background:white;
}
.indexbg {
    background: #F5F5F5;
}

.kj-search-collapse {
    display: none;
}
.kj-nav-menulist .nav_othermenu > .dropdown-menu > li > a {
    text-align: left;
    padding-left:50px;
}
/*@media(min-width:1600px){
    .kj-nav .container{
        width:1570px;
    }
}
@media(min-width:1400px){
    .kj-nav .container{
        width:1370px;
    }
}
@media (min-width: 1400px) {
    .kj-header > .container {
        width: 1370px;
    }
}*/
/* 模板页——导航栏 */
@media (min-width: 768px) {
    .kj-nav {
        background: #fff;
        margin-bottom: 0px;
        position: fixed;
        width: 100%;
        border-radius: 0;
        z-index: 999;
    }
}
.kj-header-indexlogo {
    flex: 0 0 200px;
    margin-top: 13px;
}
.kj-header > .container{
    position:relative;
}
.kj-header-search {
    width: 100%;
    margin: 23px auto 0;
    right: 0;
}
.kj-header-search > input {
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
    border-radius: 20px !important;
    border: 2px solid #FFFFFF;
    padding-left: 20px;
}
.kj-header-search > .input-group-btn {
    position: absolute;
    right: -1%;
    top: 1px;
    z-index: 11;
}
.kj-header-searchbtn {
    margin-left: -72px !important;
    width: 70px;
    height: 38px;
    background: #1B70AE;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}
.kj-header-searchbtn i{
    margin-right:4px;
    color:#fff;
}
.kj-header-login {
    flex: 0 0 50px;
    text-align: right;
    margin-top: 30px;
}
@media(min-width:768px) {
    .kj-nav-flex {
        width: 100%;
        display: flex;
        justify-content: space-between;
        position:relative;
    }
}
.kj-nav {
    background: #fff;
    margin-bottom: 0px;
}
.kj-nav-menu {
    flex: auto;
    margin-top: 12px;
    max-width: 733px;
}
.kj-nav-menu {
    padding:0;
}
.kj-nav-menulist {
    display: flex;
    width: 100%;
    height:50px;
}
.kj-nav-menulist > li {
    flex-grow: 1;
    text-align: center;
    margin-bottom: -1px;
}
@media (min-width: 768px) {
    .kj-nav-menulist > li > a {
        color: #333 !important;
        font-size: 16px;
        font-family: initial;
        padding: 15px 0;
        display: inline-block;
    }
}
.kj-nav-menulist > li a .fa-angle-down {
    display:none;
}
@media(min-width:768px) {
    .kj-nav-menulist > li > a:hover {
        color: #1B70AE !important;
    }
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        background-color: transparent;
        color: #1B70AE !important;
    }
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: transparent;
        color: #1B70AE !important;
    }
    /*.kj-nav-menulist > li:hover > a:after,
    .kj-nav-menulist > li.open > a:after,
    .kj-nav-menulist > li.active > a:after {
        content: '';
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
        right: auto;
        height: 3px;
        width: 32px;
        background-color: #fdb200;
    }*/
}
/* 模板页——其他导航栏下拉 */
@media(min-width:768px) {
    .nav_othermenu{
        position:initial!important;
    }
    .nav_othermenu > .dropdown-menu {
        top: calc(100% - 1px);
        padding: 0;
        box-shadow: none;
        padding: 10px 0 30px;
        border-top: 1px solid #fff;
        flex-wrap:wrap;
        display:none;
    }
    .nav_othermenu:hover > .dropdown-menu {
        display:flex;
    }
    .nav_othermenu > .dropdown-menu li {
        min-width:25%;
        text-align: center;
        padding:0 10px;
        flex-grow:0;
    }
    .nav_othermenu > .dropdown-menu > li > a {
        font-family: 微软雅黑, "microsoft yahei", 宋体;
        font-size: 16px;
        color: rgb(51, 51, 51);
        line-height: 30px;
        text-align: center;
        margin-top: 10px;
    }
    .nav_othermenu > .dropdown-menu li:hover > a {
        color: #1b70ae;
        font-weight: bold;
        background: transparent;
    }
}
/* 模板页——产品导航栏下拉 */
/*.nav_promenu {
    flex-grow: 0 !important;
    flex: 0 0 200px;
    width: 200px;
    text-align: left !important;
}
.nav_promenu > a:before {
    content: "\e608";
    font-family: "iconfont" !important;
    padding-right: 15px;
    padding-left: 15px;
    color: #DE231E;
}*/
.nav_promenu{
    position:initial!important;
}
.nav_promenu .dropdown-menu {
    top: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #f5f5f5;
    border-top: 1px solid transparent;
    min-width: initial;
    z-index: 99;
}
.nav_promenu .dropdown-menu > li > a:hover,
.nav_promenu .dropdown-menu > li > a:focus {
    background-color: transparent;
}
.nav_promenu:hover > .dropdown-menu {
    display: block;
}
.nav_promenu > .dropdown-menu {
    width: 200px;
    padding-top: 10px;
    display: none;
    position: absolute;
    z-index: 9;
    border-top: 1px solid #ddd;
    /*box-shadow: 3px 8px 15px rgba(150,150,150,0.9);*/
    height: auto;
    background: #f5f5f5;
    top: calc(100% - 1px);
    border: 1px solid #f5f5f5;
}
/*.nav_promenu > .dropdown-menu > li {
    position: initial;
}*/
.nav_promenu > .dropdown-menu > li > a {
    border-bottom: 1px solid #e9ebeb;
    line-height: 42px;
    padding: 3px 15px;
    font-size: 16px;
}
/*.nav_promenu > .dropdown-menu > li:hover {
    background: rgba(222, 35, 30,0.2);
}*/
.nav_promenu > .dropdown-menu > li{
    position: initial!important;
}
.nav_promenu > .dropdown-menu > li:hover > a {
    background: #085699;
    color: #fff;
    font-weight: bold;
    /*border-top: 1px solid #1c4774;
border-bottom: 1px solid #1c4774;*/
    position: relative;
}
.nav_promenu > .dropdown-menu > li:hover > a:before {
    content: "\e63c";
    font-family: "iconfont" !important;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    float: right;
}
/*.nav_promenu > .dropdown-menu > li:hover > a:after {
    content: "";
    width: 1px;
    background: #fff;
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0px;
    z-index: 99;
}*/
/*以下为产品二级分类及以下*/
.nav_promenu > .dropdown-menu > li li:hover > a {
    color: #1b70ae;
    text-decoration-line: underline !important;
}
.nav_promenu > .dropdown-menu > li > .dropdown-menu {
    position: absolute;
    top: -1px;
    left: 100%;
    z-index: 9;
    background: #fff;
    color: #8A090D;
    /*border-left: 1px solid rgba(28, 71, 116,0.9)!important;
border-bottom: 1px solid rgba(28, 71, 116,0.9)!important;*/
    /*box-shadow: 3px 10px 15px rgba(28, 71, 116,0.9);*/
    padding: 10px;
    display: none;
    width: 500px;
    /*border: 1px solid #1c4774;*/
    border-left: 1px solid #f5f5f5;
}

.search_btn{line-height:50px;margin-top:12px;position:relative;}
.search_btn i{color:#333;cursor:pointer;}
.search_btn i:hover{color:#1B70AE;}
.kj-navbar-active .search_btn i{color:#333;}
.search_btn .search_box{width:600px;border:1px solid #1B70AE;border-radius:10px;position:absolute;top:50px;right:-100px;background:#fff;display:none;}
.search_btn .search_box:before{
    content:"";width:0;height:0;border-left:10px solid transparent;border-right: 10px solid transparent;border-bottom: 10px solid #1B70AE;
    position:absolute;top:-11px;right:95px;
}
.search_btn .search_box .title{width:100%;height:38px;display:flex;justify-content:space-between;line-height:38px;padding:0 10px;background:#1B70AE;font-size:15px;color:#fff;border-radius:8px 8px 0 0;}
.search_btn .search_box .title a{color:#fff;font-weight:bold;transition:all 0.2s linear 0s;}
.search_btn .search_box .title a:hover{transform:rotate(90deg);}
.search_btn .search_box .search_form{display:flex;padding:10px;}
.search_btn .search_box .search_form .form-control{flex:1;}
.search_btn .search_box .search_form .btn{background:#1B70AE;padding:6px 20px;margin-left:10px;transition:all 0.2s linear 0s;}
.search_btn .search_box .search_form .btn i{color:#fff !important}
.search_btn .search_box .search_form .btn:hover{background:#ff9c00;}
.search_btn .search_box .search_form .btn:hover i{color:#fff;}


@media(min-width:768px) {
    .nav_promenu > .dropdown-menu > li > .dropdown-menu {
        width: 550px;
    }
}
@media(min-width:992px) {
    .nav_promenu > .dropdown-menu > li > .dropdown-menu {
        width: 770px;
    }
}
@media(min-width:1200px){
    .nav_promenu > .dropdown-menu > li > .dropdown-menu {
        width: 970px;
    }
   
}
@media(min-width:1400px){
    .nav_promenu > .dropdown-menu > li > .dropdown-menu {
        width: calc(1140px - 200px);
    }
}
.nav_promenu > .dropdown-menu > li:hover ul {
    display: block;
}
.nav_promenu > .dropdown-menu > li ul {
    display: block;
    margin-bottom:0;
    padding-bottom:0!important;
}
.nav_promenu > .dropdown-menu > li > .dropdown-menu > li {
    display: flex;
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
    position:initial;
}
.nav_promenu > .dropdown-menu > li > .dropdown-menu > li:last-child {
    border-bottom: 1px dashed transparent;
}
.nav_promenu > .dropdown-menu > li > .dropdown-menu > li > a {
    flex: 0 0 140px;
    font-weight: bold;
    white-space:pre-wrap;
    padding-left:0;
    padding-right:10px;
}
.nav_promenu > .dropdown-menu > li > .dropdown-menu > li > ul {
    /*flex:auto;
width: 200px;*/
    display: flex !important;
    flex-wrap: wrap;
    /*min-width: initial;*/
    padding-top:4px;
    padding-bottom:10px;
    /*border-bottom: 1px dashed #ddd;*/
}
.nav_promenu > .dropdown-menu > li > .dropdown-menu > li ul {
    position: initial;
    border: none;
}
.nav_promenu > .dropdown-menu > li > .dropdown-menu > li ul > li {
    display: inline-block;
}
.nav_promenu > .dropdown-menu > li > .dropdown-menu > li > ul > li > a {
    font-size: 15px;
    padding-right: 15px;
    border-left: 1px solid #CCC;
    margin:0px 0 8px;
    padding:0px 10px;
}
.nav_promenu > .dropdown-menu > li > .dropdown-menu > li > ul > li.dropdown {
    flex:100%;
}
.nav_promenu > .dropdown-menu > li > .dropdown-menu > li > ul > li >ul  {
    margin-bottom:10px;
}
.nav_promenu > .dropdown-menu > li > .dropdown-menu > li > ul > li >ul >li > a {
    font-size: 13px;
    color: rgba(28, 71, 116,0.8);
}
/*产品导航栏左侧图标*/
/*.nav_promenu > .dropdown-menu > li > a:before {
    color: #1B70AE;
    padding-right: 10px;
}
.nav_promenu > .dropdown-menu > li:hover > a:before {
    color: #fff;
}
.nav_promenu > .dropdown-menu > li:first-child > a:before {
    content: "\e631";
    font-family: "iconfont" !important;
}
.nav_promenu > .dropdown-menu > li:nth-child(2) > a:before {
    content: "\e6ad";
    font-family: "iconfont" !important;
}
.nav_promenu > .dropdown-menu > li:nth-child(3) > a:before {
    content: "\e668";
    font-family: "iconfont" !important;
}
.nav_promenu > .dropdown-menu > li:nth-child(4) > a:before {
    content: "\e6fc";
    font-family: "iconfont" !important;
}
.nav_promenu > .dropdown-menu > li:nth-child(5) > a:before {
    content: "\e692";
    font-family: "iconfont" !important;
}
.nav_promenu > .dropdown-menu > li:nth-child(6) > a:before {
    content: "\e693";
    font-family: "iconfont" !important;
}
.nav_promenu > .dropdown-menu > li:nth-child(7) > a:before {
    content: "\e690";
    font-family: "iconfont" !important;
}
.nav_promenu > .dropdown-menu > li:nth-child(8) > a:before {
    content: "\e68e";
    font-family: "iconfont" !important;
}
.nav_promenu > .dropdown-menu > li:nth-child(9) > a:before {
    content: "\e63d";
    font-family: "iconfont" !important;
}
.nav_promenu > .dropdown-menu > li:nth-child(10) > a:before{
    content: "\e6af";
    font-family: "iconfont" !important;
}*/

@media(min-width:768px) {
    .kj-search-collapse {
        /*display: block;*/
    }
}
/*@media (min-width: 1400px){
    .container {
        width: 1370px;
    }
    .nav_promenu > .dropdown-menu > li > .dropdown-menu {
        width: 1170px;
    }
}*/
/*
"_"  是IE6 专有的hack;
"\9" 对IE6-IE10都有效；
"\0"对IE8-IE10都有效；
"\9\0"对IE9-IE10都有效；
*/
.nav_promenu > .dropdown-menu > li > .dropdown-menu {
    _top: -10px;
    top: -10px\9;
    top: -10px\0;
    top: -10px\9 \0;
}
.nav_promenu > .dropdown-menu > li > .dropdown-menu > li ul {
    _position: relative;
    position: relative\9;
    position: relative\0;
    position: relative\9 \0;
}
/* 模板页——页面底部图标*/
.kj-bottomicon_bg {
    background: #fff;
    padding-bottom:15px;
}
.kj-bottom-iconfont {
    display: flex;
    height: 90px;
    align-items: center;
    justify-content:space-between;
}
.kj-bottom-iconfont > div {
    /*flex:0 0 27%;*/
    display:flex;
    justify-content:center;
    align-items:center;
}
/*.kj-bottom-iconfont > div:first-child {
    justify-content: flex-start;
    flex: 0 0 23%;
}
.kj-bottom-iconfont > div:last-child {
    justify-content: flex-end;
    flex: 0 0 23%;
}*/
.kj-bottom-iconfont > div > i {
    font-size: 40px;
    color: #FFAE00;
    margin-right: 10px;
}
.iconfont-text-title {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}
.iconfont-text-subtitle {
    color: #666666;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    font-size:14px;
    font-weight:normal;
}
/* 模板页——页面底部 **/
.kj-footerbg {
    background: #333;
}
.kj-footer-link{
    display:flex;
    margin:30px 0;
}
.kj-footer-link span{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}
.kj-footer-link ul li {
    line-height: 30px;
    color: #BFBFBF;
    float:left;
    margin-left:20px;
}
.kj-footer-link ul li a{
    display:inline-block;
    text-align:center;
    color:#fff;
}
.kj-footer-link ul li a img{
    max-width:100px;
    display:block;
    height:20px;
}
.kj-bottom-nav {
    border-top: 1px solid #4D4D4D;
}
.bottom-navflex {
    padding-top: 27px;
    padding-bottom: 30px;
    display:flex;
}
.bottom-navflex > div {
    flex: 0 0 calc((100% - 180px)/5);
    width: calc((100% - 180px)/5);
}
.kj-bottom-nav .title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
    color:#fff;
}
.kj-bottom-nav ul {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.kj-bottom-nav li a {
    font-size: 13px;
    line-height: 26px;
    color: #BFBFBF;
    white-space: nowrap;
    word-break: keep-all;
}
.kj-bottom-nav li a:hover {
    text-decoration: none;
    color: #BFBFBF;
}
.kj-bottomcode {
    flex: 0 0 120px !important;
    width: 120px !important;
    text-align: center;
    color: #BFBFBF;
}
.kj-bottomcode img {
    margin: 0px auto 10px;
    width:116px;
}
/* 模板页——footer底部*/
.kj-footer {
    border-top: 1px solid #4D4D4D;
    text-align: center;
    line-height: 30px;
    padding: 12px;
    color: #BFBFBF;
    background:none;
}
@media(max-width:768px) {
    .kj-nav{
        margin-bottom:0;
    }
    .banner-bg {
        height: 200px;
    }
}

@media only screen and (max-width: 1200px) {
    .index_search_btn{margin-right:41px;}
    .search_btn .search_box {
        right: -55px;
    }
    .search_btn .search_box:before{
        right:50px;
    }
}

@media only screen and (max-width: 767px) {
    .search_btn{display:none;}
    /*.kj-search-collapse {
        display: block;
    }*/
    .bottom-navflex {
        flex-wrap: wrap;
    }

        .bottom-navflex > div {
            flex: 30%;
            width: 100%;
            margin-bottom: 20px;
        }

    .kj-bottomcode {
        flex: 100% !important;
    }
}
